home *** CD-ROM | disk | FTP | other *** search
/ Private Casting / Casting One.bin / Docs / Bonus.dir / 00016.ls < prev    next >
Encoding:
Text File  |  1998-02-21  |  265 b   |  18 lines

  1. on mouseEnter
  2.   cursor([cast "lupa1", cast "lupa2"])
  3. end
  4.  
  5. on mouseLeave
  6.   cursor(-1)
  7. end
  8.  
  9. on mouseUp
  10.   cursor(-1)
  11.   puppetSprite(9, 0)
  12.   puppetSprite(3, 0)
  13.   set the movieRate of sprite 8 to 0
  14.   go("video")
  15.   puppetSound(0)
  16.   set the movieRate of sprite 8 to 1
  17. end
  18.